Omega Chess

Invented by: Daniel MacDonald, 1992

Game hierarchy

• Game
    • Generic Chess
        • Generic x12
            • Generic 12x12
                • Omega Chess

Board

This game uses custom board class: BoardWithMissingCells

FEN: w10w/1crnbqkbnrc1/1pppppppppp1/12/12/12/12/12/12/1PPPPPPPPPP1/1CRNBQKBNRC1/W10W w KQkq - 0 1

Piece Types

Internal NameNameNotationAdded ByNotes
KingKingKGeneric Chessroyal; can castle
PawnPawnPGeneric Chessen passant; can promote; pawn structure evaluation
QueenQueenQOmega Chesstrap king on back rank bonus
RookRookROmega Chesscastling partner; open file bonus; trap king on back rank bonus
BishopBishopBOmega Chesscolorbinding evaluation
KnightKnightNOmega Chess 
WizardWizardWOmega Chesscolorbinding evaluation
ChampionChampionCOmega Chess 

Game Variables

Name = "Omega Chess"
Invented = "1992"
InventedBy = "Daniel MacDonald"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}"
FENStart = "#{Array} w #default #default 0 1"
Array = "w10w/1crnbqkbnrc1/1pppppppppp1/12/12/12/12/12/12/1PPPPPPPPPP1/1CRNBQKBNRC1/W10W"
DeduplicateMoves = false
StaticExchangeEvaluation = true

Declared in Generic Chess:

StalemateResult = Draw
PromotionRule = Omega
PromotionTypes = "QRBNCW"
BareKing = false
EnPassant = true
PromotingType = null
CastlingType = King

Declared in Generic x12:

PawnMultipleMove = @3(2,3)

Declared in Generic 12x12:

Castling = Omega

Rules

MoveCompletionDefaultRule
EnPassantRule
CheckmateRule
Move50Rule
BasicPromotionRule
CastlingRule
RepetitionDrawRule

Evaluations

PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation

 
 

COPYRIGHT (C) 2021 BY GREG STRONG